{ "cells": [ { "cell_type": "markdown", "id": "2f72f8b3-e0d1-42ec-b118-4320b5072fa3", "metadata": {}, "source": [ "# Create chips for the majority of GB\n", "\n", "This notebook samples from the majority of GB and dumps them to disk as TIF files to be loaded by TensorFlow." ] }, { "cell_type": "code", "execution_count": 1, "id": "66c03a70-c8ba-46a4-b8c4-c757b98d5d17", "metadata": {}, "outputs": [], "source": [ "import glob\n", "import os\n", "import requests\n", "import shutil\n", "import warnings\n", "from random import shuffle\n", "\n", "from itertools import product, chain\n", "from pathlib import Path\n", "\n", "import contextily\n", "import dask\n", "import dask_geopandas\n", "import dask.bag\n", "import dask.dataframe\n", "import geopandas\n", "import numpy\n", "import pandas\n", "import pygeos\n", "import pyogrio\n", "import xarray, rioxarray\n", "import libpysal\n", "\n", "from dask_geopandas.hilbert_distance import _hilbert_distance\n", "from dask.distributed import Client, LocalCluster\n", "from shapely.geometry import box\n", "from shapely.ops import polygonize\n", "from tqdm.auto import tqdm\n", "from sqlalchemy import create_engine\n", "\n", "import tools" ] }, { "cell_type": "code", "execution_count": 2, "id": "adbb952d-2207-43ac-b43b-283853fba450", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "
\n", "
\n", "

Client

\n", "

Client-b04e3f2f-cc6a-11ec-8c44-75a5a04dacd0

\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "
Connection method: Cluster objectCluster type: distributed.LocalCluster
\n", " Dashboard: http://127.0.0.1:8787/status\n", "
\n", "\n", " \n", "
\n", "

Cluster Info

\n", "
\n", "
\n", "
\n", "
\n", "

LocalCluster

\n", "

9255e55a

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "\n", " \n", "
\n", " Dashboard: http://127.0.0.1:8787/status\n", " \n", " Workers: 16\n", "
\n", " Total threads: 16\n", " \n", " Total memory: 125.54 GiB\n", "
Status: runningUsing processes: True
\n", "\n", "
\n", " \n", "

Scheduler Info

\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", "

Scheduler

\n", "

Scheduler-47069bd0-a500-473b-83ec-771ed12c985d

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " Comm: tcp://127.0.0.1:38699\n", " \n", " Workers: 16\n", "
\n", " Dashboard: http://127.0.0.1:8787/status\n", " \n", " Total threads: 16\n", "
\n", " Started: Just now\n", " \n", " Total memory: 125.54 GiB\n", "
\n", "
\n", "
\n", "\n", "
\n", " \n", "

Workers

\n", "
\n", "\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 0

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:40117\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:43989/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:40007\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-lrko7dns\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 1

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:34321\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:38517/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:32909\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-01ytrt70\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 2

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:45529\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34801/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:36173\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-p9e7dwi1\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 3

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:45909\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:38169/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:36395\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-r5xbwd2p\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 4

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:42733\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34951/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:46375\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-_zbmx0oq\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 5

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:40053\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:40411/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:32937\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-l9luyeq6\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 6

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:37807\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:33287/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:38651\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-zea1pdbr\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 7

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:34359\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:42085/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:38093\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-h3neii43\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 8

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:33045\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:38709/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:37615\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-budqf6my\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 9

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:38089\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34839/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:35023\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-gdeh26r4\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 10

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:44641\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:46237/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:35339\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-prfwq92b\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 11

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:34343\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:39409/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:35879\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-rkyun7c1\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 12

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:37099\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:36083/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:43413\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-y64r7hid\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 13

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:44911\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:37625/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:37959\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-9ifmffjl\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 14

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:36609\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:36735/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:46425\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-kk9nix7f\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 15

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:32885\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:41153/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:36903\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-r38zmhgy\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
" ], "text/plain": [ "" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" } ], "source": [ "client = Client(\n", " LocalCluster(n_workers=16, threads_per_worker=1)\n", ")\n", "client" ] }, { "cell_type": "markdown", "id": "e1dbd571-933e-4eaf-93cd-c022b27ce6ca", "metadata": {}, "source": [ "## Specs" ] }, { "cell_type": "code", "execution_count": 3, "id": "c41a5805-8f72-4503-ba66-3c100b0f7484", "metadata": {}, "outputs": [], "source": [ "specs = {\n", " 'chip_size': 64,\n", " 'bands': [1, 2, 3], #RGB\n", " 'mosaic_p': (\n", " '/home/jovyan/work/urbangrammar_samba/'\n", " 'ghs_composite_s2/GHS-composite-S2.vrt'\n", " ),\n", " 'spsig_p': (\n", " '/home/jovyan/work/urbangrammar_samba/spatial_signatures/'\n", " 'signatures/'\n", " 'signatures_combined_levels_simplified_clip.gpkg'\n", " ),\n", " \n", " 'points_temp': '/home/jovyan/work/chips_gb/temp/points/',\n", " 'folder': (\n", " '/home/jovyan/work/chips_gb/64_shuffled/'\n", " ),\n", "}" ] }, { "cell_type": "markdown", "id": "8cd2b92b-2a5d-4b4f-90b2-35f2b88baf13", "metadata": {}, "source": [ "### Load signatures and Sentinel2 mosaic" ] }, { "cell_type": "code", "execution_count": 6, "id": "dca3b72c-7b19-42eb-83bb-5508ae98cd83", "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "CPU times: user 834 ms, sys: 384 ms, total: 1.22 s\n", "Wall time: 2.27 s\n" ] } ], "source": [ "%%time\n", "spsig = pyogrio.read_dataframe(\"../../urbangrammar_samba/spatial_signatures/signatures/signatures_combined_levels_simplified_clip.gpkg\")" ] }, { "cell_type": "code", "execution_count": 7, "id": "82658f55-4ef5-402b-940f-807087471bd6", "metadata": {}, "outputs": [], "source": [ "mosaic = rioxarray.open_rasterio(\n", " specs['mosaic_p'], chunks={'x': 1024, 'y': 1024}\n", ")" ] }, { "cell_type": "markdown", "id": "b7eef872-5bae-4cc9-98fc-fb250f95745b", "metadata": {}, "source": [ "### Get range of coordinates from the mosaic" ] }, { "cell_type": "code", "execution_count": 8, "id": "3fa4b585-5632-4c9b-883f-ecaaa0221110", "metadata": {}, "outputs": [], "source": [ "start_x = float(mosaic[\"x\"].min())\n", "start_y = float(mosaic[\"y\"].min())\n", "end_x = float(mosaic[\"x\"].max())\n", "end_y = float(mosaic[\"y\"].max())" ] }, { "cell_type": "markdown", "id": "6ef5eb92-a07e-40b4-aca2-3c2ee2b6b335", "metadata": {}, "source": [ "### Create coordinates of individual points at set chip size. We are using only the southern half of the extent that covers the country up to Perth." ] }, { "cell_type": "code", "execution_count": 9, "id": "19bdf5df-5b7a-4d45-9c4b-6819d1053ea2", "metadata": {}, "outputs": [], "source": [ "x_coords = numpy.arange(start_x, end_x, specs[\"chip_size\"] * 10)\n", "y_coords = numpy.arange(start_y, end_y, specs[\"chip_size\"] * 10)" ] }, { "cell_type": "code", "execution_count": 10, "id": "40a382d4-e53a-476b-8214-aa0968ec21da", "metadata": {}, "outputs": [], "source": [ "x_bag = dask.bag.from_sequence(x_coords)\n", "y_bag = dask.bag.from_sequence(y_coords[:y_coords.shape[0]//2])" ] }, { "cell_type": "code", "execution_count": 11, "id": "85b5a962-720f-49d5-bd0c-5411fec1dac1", "metadata": {}, "outputs": [], "source": [ "product_bag = x_bag.product(y_bag)" ] }, { "cell_type": "code", "execution_count": 12, "id": "b4aa15fb-5144-4530-9861-04af05bfcf8d", "metadata": {}, "outputs": [], "source": [ "ddf = product_bag.to_dataframe(meta={\"x\": float, \"y\":float})" ] }, { "cell_type": "code", "execution_count": 13, "id": "f533e931-8a26-4841-8681-dfab2b1b43e3", "metadata": { "tags": [] }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "CPU times: user 18.7 s, sys: 2.85 s, total: 21.5 s\n", "Wall time: 21.5 s\n" ] }, { "data": { "text/plain": [ "[None]" ] }, "execution_count": 13, "metadata": {}, "output_type": "execute_result" } ], "source": [ "%%time\n", "ddf.to_parquet(\"/home/jovyan/work/chips_gb/temp/coords/\", overwrite=True)" ] }, { "cell_type": "markdown", "id": "e038366f-5a4b-44b3-8afe-58e701e4178d", "metadata": {}, "source": [ "### Create points from coordinates" ] }, { "cell_type": "code", "execution_count": 14, "id": "e83e4e0f-11a7-41b3-8220-9202ff58671d", "metadata": {}, "outputs": [], "source": [ "ddf = dask.dataframe.read_parquet(\"/home/jovyan/work/chips_gb/temp/coords/\")" ] }, { "cell_type": "code", "execution_count": 15, "id": "a75160f6-e987-4be6-aa3f-a9708f8156fc", "metadata": {}, "outputs": [], "source": [ "ddf[\"geometry\"] = dask_geopandas.points_from_xy(ddf, \"x\", \"y\", crs=27700)" ] }, { "cell_type": "code", "execution_count": 16, "id": "7499b659-0646-4c94-856b-3d1ec1996c53", "metadata": {}, "outputs": [], "source": [ "gddf = dask_geopandas.from_dask_dataframe(ddf).set_crs(27700)" ] }, { "cell_type": "code", "execution_count": 17, "id": "20560742-5525-4896-8b12-19d9bd51bd84", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "tags": [] }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 43% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 44% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 45% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 44% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 46% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 45% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 51% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 40% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 56% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 45% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 45% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 51% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 45% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 51% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 45% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 38% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 45% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 41% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 51% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 47% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 48% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 47% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 45% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 59% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 60% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 64% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 75% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 76% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 77% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 78% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 79% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 80% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 81% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 84% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.utils_perf - WARNING - full garbage collections took 83% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n", "distributed.utils_perf - WARNING - full garbage collections took 82% CPU time recently (threshold: 10%)\n" ] }, { "data": { "text/plain": [ "[None]" ] }, "execution_count": 17, "metadata": {}, "output_type": "execute_result" } ], "source": [ "gddf.to_parquet(specs[\"points_temp\"], overwrite=True)" ] }, { "cell_type": "code", "execution_count": 18, "id": "d76a1466-72e3-4033-a4be-5ac22f9239e8", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "distributed.utils_perf - WARNING - full garbage collections took 73% CPU time recently (threshold: 10%)\n" ] }, { "data": { "text/html": [ "
\n", "
\n", "
\n", "

Client

\n", "

Client-be0aaeb7-cc68-11ec-8045-8b56d9cf1b3c

\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "
Connection method: Cluster objectCluster type: distributed.LocalCluster
\n", " Dashboard: http://127.0.0.1:36081/status\n", "
\n", "\n", " \n", "
\n", "

Cluster Info

\n", "
\n", "
\n", "
\n", "
\n", "

LocalCluster

\n", "

810a252d

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "\n", " \n", "
\n", " Dashboard: http://127.0.0.1:36081/status\n", " \n", " Workers: 16\n", "
\n", " Total threads: 16\n", " \n", " Total memory: 125.54 GiB\n", "
Status: runningUsing processes: True
\n", "\n", "
\n", " \n", "

Scheduler Info

\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", "

Scheduler

\n", "

Scheduler-513e68fd-f47f-4ee8-8608-7607d14ab318

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " Comm: tcp://127.0.0.1:45473\n", " \n", " Workers: 16\n", "
\n", " Dashboard: http://127.0.0.1:36081/status\n", " \n", " Total threads: 16\n", "
\n", " Started: 5 minutes ago\n", " \n", " Total memory: 125.54 GiB\n", "
\n", "
\n", "
\n", "\n", "
\n", " \n", "

Workers

\n", "
\n", "\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 0

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:41241\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:42223/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:43653\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-p8kiuc9j\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 1

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:37297\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:46567/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:32867\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-uosxnvk6\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 2

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:45675\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:39005/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:34075\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-h8sf3fu1\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 3

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:40679\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:44933/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:34823\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-_ztybmkg\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 4

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:33385\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:38543/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45793\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-w7_tkku_\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 5

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:39689\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34957/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:37435\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-8iw8scj7\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 6

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:39989\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:41227/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:34515\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-zvmdcowb\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 7

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:37613\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:36929/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:39107\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-08h9tjlq\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 8

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:32911\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:42961/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45011\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-n5k0mccv\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 9

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:35411\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:40781/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:41169\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-eyzhzktn\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 10

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:36953\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:40279/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45263\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-kcb98dmg\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 11

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:45421\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:38885/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:42741\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-5aeqccin\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 12

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:45393\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:35435/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45411\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-949bzrgf\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 13

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:43823\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:44767/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:43377\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-mj67ntxd\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 14

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:44133\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:33533/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:42905\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-pg5cbnrj\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 15

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:46643\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:42357/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:46187\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-ru2ju2uh\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
" ], "text/plain": [ "" ] }, "execution_count": 18, "metadata": {}, "output_type": "execute_result" } ], "source": [ "client.restart()" ] }, { "cell_type": "markdown", "id": "3793f71e-6edf-47b2-b17a-193fe72a3054", "metadata": {}, "source": [ "### Filter points that fall on land.\n", "\n", "- Clip by the coastline\n", "- Spatial join" ] }, { "cell_type": "code", "execution_count": 19, "id": "5b0ab9dc-3f6b-48f0-9062-adfd6ab0d285", "metadata": {}, "outputs": [], "source": [ "signatures = spsig[['signature_type', 'geometry']].set_index(_hilbert_distance(spsig, spsig.total_bounds, level=10))" ] }, { "cell_type": "code", "execution_count": 20, "id": "1b4e6699-8bc9-4652-97f2-17ad2fd1d406", "metadata": { "tags": [] }, "outputs": [], "source": [ "points = dask_geopandas.read_parquet(specs[\"points_temp\"])" ] }, { "cell_type": "code", "execution_count": 21, "id": "58a4a80e-1d92-4a07-aec6-037009cbe9fa", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_32837/3757199691.py:1: FutureWarning: The `op` parameter is deprecated and will be removed in a future release. Please use the `predicate` parameter instead.\n", " points_within = dask_geopandas.sjoin(points, signatures, how=\"inner\", op='within')\n" ] } ], "source": [ "points_within = dask_geopandas.sjoin(points, signatures, how=\"inner\", op='within')" ] }, { "cell_type": "code", "execution_count": 22, "id": "a4366a08-0247-4e57-9b00-50f7666d0afa", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "tags": [] }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "distributed.worker - WARNING - Compute Failed\n", "Function: write_metadata\n", "args: ([[{'meta': \n", " created_by: parquet-cpp-arrow version 5.0.0\n", " num_columns: 6\n", " num_rows: 0\n", " num_row_groups: 2574\n", " format_version: 1.0\n", " serialized_size: 0, 'schema': x: double\n", "y: double\n", "geometry: null\n", "index_right: uint64\n", "signature_type: null\n", "__null_dask_index__: int64\n", "-- schema metadata --\n", "pandas: '{\"index_columns\": [\"__null_dask_index__\"], \"column_indexes\": [{\"' + 916\n", "geo: '{\"primary_column\": \"geometry\", \"columns\": {\"geometry\": {\"crs\": \"PRO' + 1381}], [{'meta': \n", " created_by: parquet-cpp-arrow version 5.0.0\n", " num_columns: 6\n", " num_rows: 0\n", " num_row_groups: 1\n", " format_version: 1.0\n", " serialized_size: 6943}], [{'meta': \n", " created_by: parquet-cpp-arrow version 5.0.0\n", " num_columns: 6\n", " num_rows: 0\n", " num_row_groups: 1\n", " format_version: 1.0\n", " serialized_size: 6943}], [{'meta': 58\u001b[0;31m \u001b[0mmetadata\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mappend_row_groups\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmd\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 59\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mRuntimeError\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0merr\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/pyarrow/_parquet.pyx\u001b[0m in \u001b[0;36mpyarrow._parquet.FileMetaData.append_row_groups\u001b[0;34m()\u001b[0m\n\u001b[1;32m 623\u001b[0m \u001b[0mc_metadata\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mother\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0msp_metadata\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 624\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_metadata\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mAppendRowGroups\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mderef\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mc_metadata\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 625\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;31mRuntimeError\u001b[0m: AppendRowGroups requires equal schemas.", "\nThe above exception was the direct cause of the following exception:\n", "\u001b[0;31mRuntimeError\u001b[0m Traceback (most recent call last)", "\u001b[0;32m/tmp/ipykernel_32837/3783368450.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mpoints_within\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mto_parquet\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"/home/jovyan/work/chips_gb/temp/points_within/\"\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0moverwrite\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;32mTrue\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/dask_geopandas/core.py\u001b[0m in \u001b[0;36mto_parquet\u001b[0;34m(self, path, *args, **kwargs)\u001b[0m\n\u001b[1;32m 585\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0;34m.\u001b[0m\u001b[0mio\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mparquet\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mto_parquet\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 586\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 587\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mto_parquet\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mpath\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0margs\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 588\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 589\u001b[0m \u001b[0;32mdef\u001b[0m \u001b[0mto_feather\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mpath\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0margs\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py\u001b[0m in \u001b[0;36mto_parquet\u001b[0;34m(df, path, engine, compression, write_index, append, overwrite, ignore_divisions, partition_on, storage_options, custom_metadata, write_metadata_file, compute, compute_kwargs, schema, name_function, **kwargs)\u001b[0m\n\u001b[1;32m 838\u001b[0m \u001b[0mgraph\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mHighLevelGraph\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mfrom_collections\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmeta_name\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mdsk\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mdependencies\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdata_write\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 839\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mcompute\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 840\u001b[0;31m return compute_as_if_collection(\n\u001b[0m\u001b[1;32m 841\u001b[0m \u001b[0mScalar\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mgraph\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m[\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmeta_name\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;36m0\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mcompute_kwargs\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 842\u001b[0m )\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/dask/base.py\u001b[0m in \u001b[0;36mcompute_as_if_collection\u001b[0;34m(cls, dsk, keys, scheduler, get, **kwargs)\u001b[0m\n\u001b[1;32m 315\u001b[0m \u001b[0mschedule\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mget_scheduler\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mscheduler\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mscheduler\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcls\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mcls\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mget\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mget\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 316\u001b[0m \u001b[0mdsk2\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0moptimization_function\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mcls\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdsk\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mkeys\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 317\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mschedule\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mdsk2\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mkeys\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 318\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 319\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/distributed/client.py\u001b[0m in \u001b[0;36mget\u001b[0;34m(self, dsk, keys, workers, allow_other_workers, resources, sync, asynchronous, direct, retries, priority, fifo_timeout, actors, **kwargs)\u001b[0m\n\u001b[1;32m 3008\u001b[0m \u001b[0mshould_rejoin\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;32mFalse\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3009\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 3010\u001b[0;31m \u001b[0mresults\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mgather\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mpacked\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0masynchronous\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0masynchronous\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mdirect\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mdirect\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 3011\u001b[0m \u001b[0;32mfinally\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 3012\u001b[0m \u001b[0;32mfor\u001b[0m \u001b[0mf\u001b[0m \u001b[0;32min\u001b[0m \u001b[0mfutures\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mvalues\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/distributed/client.py\u001b[0m in \u001b[0;36mgather\u001b[0;34m(self, futures, errors, direct, asynchronous)\u001b[0m\n\u001b[1;32m 2160\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2161\u001b[0m \u001b[0mlocal_worker\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 2162\u001b[0;31m return self.sync(\n\u001b[0m\u001b[1;32m 2163\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_gather\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2164\u001b[0m \u001b[0mfutures\u001b[0m\u001b[0;34m,\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/distributed/utils.py\u001b[0m in \u001b[0;36msync\u001b[0;34m(self, func, asynchronous, callback_timeout, *args, **kwargs)\u001b[0m\n\u001b[1;32m 309\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mfuture\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 310\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 311\u001b[0;31m return sync(\n\u001b[0m\u001b[1;32m 312\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mloop\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mfunc\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0margs\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcallback_timeout\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mcallback_timeout\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 313\u001b[0m )\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/distributed/utils.py\u001b[0m in \u001b[0;36msync\u001b[0;34m(loop, func, callback_timeout, *args, **kwargs)\u001b[0m\n\u001b[1;32m 376\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0merror\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 377\u001b[0m \u001b[0mtyp\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mexc\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mtb\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0merror\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 378\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mexc\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mwith_traceback\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mtb\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 379\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 380\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mresult\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/distributed/utils.py\u001b[0m in \u001b[0;36mf\u001b[0;34m()\u001b[0m\n\u001b[1;32m 349\u001b[0m \u001b[0mfuture\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0masyncio\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mwait_for\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mfuture\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcallback_timeout\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 350\u001b[0m \u001b[0mfuture\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0masyncio\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mensure_future\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mfuture\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 351\u001b[0;31m \u001b[0mresult\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;32myield\u001b[0m \u001b[0mfuture\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 352\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 353\u001b[0m \u001b[0merror\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0msys\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mexc_info\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/tornado/gen.py\u001b[0m in \u001b[0;36mrun\u001b[0;34m(self)\u001b[0m\n\u001b[1;32m 760\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 761\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 762\u001b[0;31m \u001b[0mvalue\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mfuture\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mresult\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 763\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mException\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 764\u001b[0m \u001b[0mexc_info\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0msys\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mexc_info\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/distributed/client.py\u001b[0m in \u001b[0;36m_gather\u001b[0;34m(self, futures, errors, direct, local_worker)\u001b[0m\n\u001b[1;32m 2023\u001b[0m \u001b[0mexc\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mCancelledError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mkey\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2024\u001b[0m \u001b[0;32melse\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 2025\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mexception\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mwith_traceback\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mtraceback\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 2026\u001b[0m \u001b[0;32mraise\u001b[0m \u001b[0mexc\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2027\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0merrors\u001b[0m \u001b[0;34m==\u001b[0m \u001b[0;34m\"skip\"\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/arrow.py\u001b[0m in \u001b[0;36mwrite_metadata\u001b[0;34m()\u001b[0m\n\u001b[1;32m 783\u001b[0m \u001b[0mi_start\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0;36m1\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 784\u001b[0m \u001b[0;32mfor\u001b[0m \u001b[0mi\u001b[0m \u001b[0;32min\u001b[0m \u001b[0mrange\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mi_start\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mlen\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mparts\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 785\u001b[0;31m \u001b[0m_append_row_groups\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0m_meta\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mparts\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0mi\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;34m\"meta\"\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 786\u001b[0m \u001b[0;32mwith\u001b[0m \u001b[0mfs\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mopen\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmetadata_path\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m\"wb\"\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mfil\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 787\u001b[0m \u001b[0m_meta\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mwrite_metadata_file\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mfil\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;32m/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/arrow.py\u001b[0m in \u001b[0;36m_append_row_groups\u001b[0;34m()\u001b[0m\n\u001b[1;32m 59\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mRuntimeError\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0merr\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 60\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0;34m\"requires equal schemas\"\u001b[0m \u001b[0;32min\u001b[0m \u001b[0mstr\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0merr\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 61\u001b[0;31m raise RuntimeError(\n\u001b[0m\u001b[1;32m 62\u001b[0m \u001b[0;34m\"Schemas are inconsistent, try using \"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 63\u001b[0m \u001b[0;34m'`to_parquet(..., schema=\"infer\")`, or pass an explicit '\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", "\u001b[0;31mRuntimeError\u001b[0m: Schemas are inconsistent, try using `to_parquet(..., schema=\"infer\")`, or pass an explicit pyarrow schema. Such as `to_parquet(..., schema={\"column1\": pa.string()})`" ] } ], "source": [ "points_within.to_parquet(\"/home/jovyan/work/chips_gb/temp/points_within/\", overwrite=True)" ] }, { "cell_type": "code", "execution_count": 23, "id": "6676c678-e193-4c4f-a39a-d6e4a2eb3919", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "
\n", "
\n", "

Client

\n", "

Client-be0aaeb7-cc68-11ec-8045-8b56d9cf1b3c

\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "
Connection method: Cluster objectCluster type: distributed.LocalCluster
\n", " Dashboard: http://127.0.0.1:36081/status\n", "
\n", "\n", " \n", "
\n", "

Cluster Info

\n", "
\n", "
\n", "
\n", "
\n", "

LocalCluster

\n", "

810a252d

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "\n", " \n", "
\n", " Dashboard: http://127.0.0.1:36081/status\n", " \n", " Workers: 16\n", "
\n", " Total threads: 16\n", " \n", " Total memory: 125.54 GiB\n", "
Status: runningUsing processes: True
\n", "\n", "
\n", " \n", "

Scheduler Info

\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", "

Scheduler

\n", "

Scheduler-513e68fd-f47f-4ee8-8608-7607d14ab318

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " Comm: tcp://127.0.0.1:45473\n", " \n", " Workers: 16\n", "
\n", " Dashboard: http://127.0.0.1:36081/status\n", " \n", " Total threads: 16\n", "
\n", " Started: 10 minutes ago\n", " \n", " Total memory: 125.54 GiB\n", "
\n", "
\n", "
\n", "\n", "
\n", " \n", "

Workers

\n", "
\n", "\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 0

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:46841\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:35413/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:43653\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-u9tvi3s4\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 1

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:43219\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:40509/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:32867\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-u7d74bml\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 2

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:37885\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:39001/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:34075\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-2kggoapt\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 3

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:44439\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34945/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:34823\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-8sjmkak5\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 4

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:35979\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:43133/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45793\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-t0g5vsci\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 5

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:43627\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:45769/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:37435\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-et5v8rp1\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 6

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:38119\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:39691/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:34515\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-0y12agum\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 7

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:41439\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:42913/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:39107\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-i_0ajyy4\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 8

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:44099\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:37551/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45011\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-iljp4lz8\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 9

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:45879\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:36101/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:41169\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-35v41rka\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 10

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:46203\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:32917/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45263\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-0k4pwfhw\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 11

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:40781\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:36933/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:42741\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-for_m6ap\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 12

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:40391\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:41141/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45411\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-iughuyqu\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 13

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:42493\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:39131/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:43377\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-dc2e4jan\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 14

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:36227\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:33227/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:42905\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-sxaakkd_\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 15

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:39957\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:39777/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:46187\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-eux5t1j6\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
" ], "text/plain": [ "" ] }, "execution_count": 23, "metadata": {}, "output_type": "execute_result" } ], "source": [ "client.restart()" ] }, { "cell_type": "markdown", "id": "ac2a85ba-92de-4f0f-a63c-aa7b1596ea05", "metadata": {}, "source": [ "### Create chip bounds polygons." ] }, { "cell_type": "code", "execution_count": 24, "id": "efaf7613-6f5e-4010-ae5c-91cd1b4184f3", "metadata": {}, "outputs": [], "source": [ "points_within = dask.dataframe.read_parquet(\"/home/jovyan/work/chips_gb/temp/points_within/\", columns=[\"geometry\"])" ] }, { "cell_type": "code", "execution_count": 25, "id": "1e601611-9246-4eb2-871b-6d2cf641732f", "metadata": {}, "outputs": [], "source": [ "points_within[\"geometry\"] = points_within[\"geometry\"].map_partitions(geopandas.GeoSeries.from_wkb, meta=geopandas.GeoSeries())" ] }, { "cell_type": "code", "execution_count": 26, "id": "7b480465-f32b-4c5a-81ac-c603d589f643", "metadata": {}, "outputs": [], "source": [ "points_within = dask_geopandas.from_dask_dataframe(points_within)" ] }, { "cell_type": "code", "execution_count": 27, "id": "3441352d-6bc5-432c-ab3e-1cc734dedad1", "metadata": {}, "outputs": [], "source": [ "polygons = points_within.buffer(specs['chip_size'] * 10 / 2, cap_style=3)" ] }, { "cell_type": "code", "execution_count": 28, "id": "539e90d0-bea3-4802-bc60-08f5b089dc6a", "metadata": {}, "outputs": [], "source": [ "points_within[\"geometry\"] = polygons" ] }, { "cell_type": "code", "execution_count": 29, "id": "8a940951-2a87-4dbc-a9ab-a65dec9f35fe", "metadata": {}, "outputs": [], "source": [ "points_within = points_within.repartition(partition_size=\"1MB\")" ] }, { "cell_type": "code", "execution_count": 30, "id": "f294fd71-b8b3-4f7e-abad-338e8402ea3f", "metadata": { "tags": [] }, "outputs": [], "source": [ "# points_within.to_parquet(\"/home/jovyan/work/chips_gb/temp/polygons/\", overwrite=True)" ] }, { "cell_type": "code", "execution_count": 31, "id": "66575013-7fd7-4e63-b8aa-4b40344a7d80", "metadata": { "tags": [] }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n" ] }, { "data": { "text/plain": [ "[None]" ] }, "execution_count": 31, "metadata": {}, "output_type": "execute_result" } ], "source": [ "points_within.to_parquet(f\"/home/jovyan/work/chips_gb/chip_bounds_{specs['chip_size']}/\", overwrite=True)" ] }, { "cell_type": "markdown", "id": "6480aa1d-2b13-4771-b0bd-0d386c19d549", "metadata": { "tags": [] }, "source": [ "### Dump signatures to sorted partitioned parquet." ] }, { "cell_type": "code", "execution_count": 32, "id": "2ebd414a-3c9f-4e26-81d6-cdabab92ca8b", "metadata": {}, "outputs": [], "source": [ "signatures = spsig[['signature_type', 'geometry']].set_index(_hilbert_distance(spsig, spsig.total_bounds, level=10))" ] }, { "cell_type": "code", "execution_count": 33, "id": "dc7a602d-1faa-4309-8c06-480ba312a550", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "tags": [] }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n" ] }, { "data": { "text/plain": [ "[None]" ] }, "execution_count": 33, "metadata": {}, "output_type": "execute_result" } ], "source": [ "signatures = dask_geopandas.from_geopandas(signatures.sort_index(), npartitions=1000)\n", "signatures.to_parquet(\"/home/jovyan/work/chips_gb/temp/signatures\")" ] }, { "cell_type": "code", "execution_count": 34, "id": "7d67fb53-a1e7-4884-9088-d98ed9c033d5", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "
\n", "
\n", "

Client

\n", "

Client-be0aaeb7-cc68-11ec-8045-8b56d9cf1b3c

\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "
Connection method: Cluster objectCluster type: distributed.LocalCluster
\n", " Dashboard: http://127.0.0.1:36081/status\n", "
\n", "\n", " \n", "
\n", "

Cluster Info

\n", "
\n", "
\n", "
\n", "
\n", "

LocalCluster

\n", "

810a252d

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "\n", " \n", "
\n", " Dashboard: http://127.0.0.1:36081/status\n", " \n", " Workers: 16\n", "
\n", " Total threads: 16\n", " \n", " Total memory: 125.54 GiB\n", "
Status: runningUsing processes: True
\n", "\n", "
\n", " \n", "

Scheduler Info

\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", "

Scheduler

\n", "

Scheduler-513e68fd-f47f-4ee8-8608-7607d14ab318

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " Comm: tcp://127.0.0.1:45473\n", " \n", " Workers: 16\n", "
\n", " Dashboard: http://127.0.0.1:36081/status\n", " \n", " Total threads: 16\n", "
\n", " Started: 11 minutes ago\n", " \n", " Total memory: 125.54 GiB\n", "
\n", "
\n", "
\n", "\n", "
\n", " \n", "

Workers

\n", "
\n", "\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 0

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:38923\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:43125/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:43653\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-lkyn7u0x\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 1

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:43361\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:45075/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:32867\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-8an_yx3c\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 2

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:33297\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:38497/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:34075\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-xk6xns8f\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 3

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:46157\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34165/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:34823\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-pm30qjy1\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 4

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:36859\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:33905/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45793\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-hop3l9hz\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 5

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:37617\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:43877/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:37435\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-np1tjzd0\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 6

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:39261\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:37687/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:34515\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-n9lzjhpi\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 7

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:43317\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:40423/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:39107\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-5zy4t7f2\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 8

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:40123\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:37357/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45011\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-ezzeu7ls\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 9

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:45753\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:38189/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:41169\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-09d7l37p\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 10

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:39199\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:38267/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45263\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-mlih5p_k\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 11

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:39359\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:39049/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:42741\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-nmty9nxp\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 12

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:42865\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:44897/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:45411\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-dd0n_df0\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 13

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:43899\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:44445/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:43377\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-ohozdh91\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 14

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:35039\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:33371/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:42905\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-no4_bzaq\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 15

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:45375\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:45159/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:46187\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-hiwbkops\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
" ], "text/plain": [ "" ] }, "execution_count": 34, "metadata": {}, "output_type": "execute_result" } ], "source": [ "client.restart()" ] }, { "cell_type": "markdown", "id": "1618010a-284c-4411-bd1b-454873894828", "metadata": {}, "source": [ "### Filter polygons fully wihtin a single signature type." ] }, { "cell_type": "code", "execution_count": 35, "id": "c300cb5f-0862-4dfc-9719-c2ef31dc3c77", "metadata": {}, "outputs": [], "source": [ "# polygons = dask_geopandas.read_parquet(\"/home/jovyan/work/chips_gb/temp/polygons/\").set_crs(27700)\n", "polygons = dask_geopandas.read_parquet(f\"/home/jovyan/work/chips_gb/chip_bounds_{specs['chip_size']}/\").set_crs(27700)" ] }, { "cell_type": "code", "execution_count": 36, "id": "ca98fd2a-3221-404a-bec8-b4b433b2fa06", "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_32837/3882422153.py:1: FutureWarning: The `op` parameter is deprecated and will be removed in a future release. Please use the `predicate` parameter instead.\n", " polygons_within = dask_geopandas.sjoin(polygons, spsig[['signature_type', 'geometry']], op=\"within\")\n" ] } ], "source": [ "polygons_within = dask_geopandas.sjoin(polygons, spsig[['signature_type', 'geometry']], op=\"within\")" ] }, { "cell_type": "code", "execution_count": 37, "id": "f63cea74-567d-410a-8c70-9a29554a32d6", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "tags": [] }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n", "/opt/conda/lib/python3.9/site-packages/dask/dataframe/io/parquet/core.py:157: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " return self.engine.write_partition(\n" ] }, { "data": { "text/plain": [ "[None]" ] }, "execution_count": 37, "metadata": {}, "output_type": "execute_result" } ], "source": [ "polygons_within.to_parquet(\"/home/jovyan/work/chips_gb/temp/chip_bounds/\", overwrite=True)" ] }, { "cell_type": "code", "execution_count": 38, "id": "b1296873-0a80-4d19-ae96-cc9507f12e25", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "tags": [] }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1414, in handle_scheduler\n", " await self.close(report=False)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "ConnectionRefusedError: [Errno 111] Connection refused\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 481, in wait_for\n", " return fut.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/tcp.py\", line 444, in connect\n", " convert_stream_closed_error(self, e)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/tcp.py\", line 133, in convert_stream_closed_error\n", " raise CommClosedError(f\"in {obj}: {exc.__class__.__name__}: {exc}\") from exc\n", "distributed.comm.core.CommClosedError: in : ConnectionRefusedError: [Errno 111] Connection refused\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 313, in connect\n", " await asyncio.sleep(backoff)\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 655, in sleep\n", " return await future\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "tornado.application - ERROR - Exception in callback functools.partial(>, exception=CommClosedError('ConnectionPool not running. Status: Status.closed')>)\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/comm/core.py\", line 289, in connect\n", " comm = await asyncio.wait_for(\n", " File \"/opt/conda/lib/python3.9/asyncio/tasks.py\", line 468, in wait_for\n", " await waiter\n", "asyncio.exceptions.CancelledError\n", "\n", "During handling of the above exception, another exception occurred:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1089, in connect\n", " comm = await fut\n", "asyncio.exceptions.CancelledError\n", "\n", "The above exception was the direct cause of the following exception:\n", "\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 741, in _run_callback\n", " ret = callback()\n", " File \"/opt/conda/lib/python3.9/site-packages/tornado/ioloop.py\", line 765, in _discard_future_result\n", " future.result()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1414, in handle_scheduler\n", " await self.close(report=False)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1644, in close\n", " await r.close_gracefully()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1100, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "distributed.worker - WARNING - Heartbeat to scheduler failed\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1356, in heartbeat\n", " response = await retry_operation(\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/utils_comm.py\", line 386, in retry_operation\n", " return await retry(\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/utils_comm.py\", line 371, in retry\n", " return await coro()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1076, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "distributed.worker - WARNING - Heartbeat to scheduler failed\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1356, in heartbeat\n", " response = await retry_operation(\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/utils_comm.py\", line 386, in retry_operation\n", " return await retry(\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/utils_comm.py\", line 371, in retry\n", " return await coro()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1076, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "distributed.worker - WARNING - Heartbeat to scheduler failed\n", "Traceback (most recent call last):\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/worker.py\", line 1356, in heartbeat\n", " response = await retry_operation(\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/utils_comm.py\", line 386, in retry_operation\n", " return await retry(\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/utils_comm.py\", line 371, in retry\n", " return await coro()\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 919, in send_recv_from_rpc\n", " comm = await self.pool.connect(self.addr)\n", " File \"/opt/conda/lib/python3.9/site-packages/distributed/core.py\", line 1076, in connect\n", " raise CommClosedError(\n", "distributed.comm.core.CommClosedError: ConnectionPool not running. Status: Status.closed\n", "distributed.nanny - WARNING - Worker process still alive after 3.9999994277954105 seconds, killing\n", "distributed.nanny - WARNING - Worker process still alive after 3.9999988555908206 seconds, killing\n", "distributed.nanny - WARNING - Worker process still alive after 3.9999994277954105 seconds, killing\n" ] }, { "data": { "text/html": [ "
\n", "
\n", "
\n", "

Client

\n", "

Client-be0aaeb7-cc68-11ec-8045-8b56d9cf1b3c

\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "
Connection method: Cluster objectCluster type: distributed.LocalCluster
\n", " Dashboard: http://127.0.0.1:36081/status\n", "
\n", "\n", " \n", "
\n", "

Cluster Info

\n", "
\n", "
\n", "
\n", "
\n", "

LocalCluster

\n", "

810a252d

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "\n", " \n", "
\n", " Dashboard: http://127.0.0.1:36081/status\n", " \n", " Workers: 0\n", "
\n", " Total threads: 0\n", " \n", " Total memory: 0 B\n", "
Status: runningUsing processes: True
\n", "\n", "
\n", " \n", "

Scheduler Info

\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", "

Scheduler

\n", "

Scheduler-513e68fd-f47f-4ee8-8608-7607d14ab318

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " Comm: tcp://127.0.0.1:45473\n", " \n", " Workers: 0\n", "
\n", " Dashboard: http://127.0.0.1:36081/status\n", " \n", " Total threads: 0\n", "
\n", " Started: 11 minutes ago\n", " \n", " Total memory: 0 B\n", "
\n", "
\n", "
\n", "\n", "
\n", " \n", "

Workers

\n", "
\n", "\n", " \n", "\n", "
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
" ], "text/plain": [ "" ] }, "execution_count": 38, "metadata": {}, "output_type": "execute_result" } ], "source": [ "client.restart()" ] }, { "cell_type": "markdown", "id": "8f27a01a-a12a-4f60-9987-4fff635299b8", "metadata": {}, "source": [ "How many chips we have per type?" ] }, { "cell_type": "code", "execution_count": 4, "id": "2b816e4e-fff2-4093-9c76-1fb127f83af0", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "0_0 173520\n", "4_0 96657\n", "7_0 35844\n", "3_0 1452\n", "5_0 1323\n", "1_0 666\n", "2_2 186\n", "9_0 109\n", "2_0 95\n", "2_1 65\n", "6_0 52\n", "8_0 34\n", "9_2 24\n", "9_4 3\n", "9_1 2\n", "Name: signature_type, dtype: int64" ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ "polygons_within = dask_geopandas.read_parquet(\"/home/jovyan/work/chips_gb/temp/chip_bounds/\")\n", "val_counts = polygons_within[\"signature_type\"].value_counts().compute()\n", "val_counts" ] }, { "cell_type": "markdown", "id": "9375d118-2493-4fcd-982f-0a3688fb934b", "metadata": {}, "source": [ "If you want to do sliding based augmentation, skip the following steps to the Augmentation part." ] }, { "cell_type": "markdown", "id": "08291b82-5abb-4281-a5b3-10ca448690a6", "metadata": { "tags": [] }, "source": [ "### Get sample of max 50k chips per type." ] }, { "cell_type": "code", "execution_count": 5, "id": "1744aa0c-5a92-46bd-a0b0-321af46ba1ee", "metadata": {}, "outputs": [], "source": [ "chip_bds = dask_geopandas.read_parquet(\"/home/jovyan/work/chips_gb/temp/chip_bounds/\", columns=[\"geometry\", \"signature_type\"])" ] }, { "cell_type": "code", "execution_count": 6, "id": "897dca9f-264b-4abf-9834-3e102c4081b6", "metadata": {}, "outputs": [], "source": [ "types = ['0_0', '1_0', '3_0', '4_0', '5_0', '6_0', '7_0', '8_0', '2_0', '2_1', '2_2', '9_0', '9_1', '9_2', '9_4', '9_5']" ] }, { "cell_type": "code", "execution_count": 7, "id": "ed426f2a-21f8-4ec7-9fd4-64edd7ee60c5", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "tags": [] }, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "0_0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "1_0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "3_0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "4_0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "5_0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "6_0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "7_0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n", "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "8_0\n", "2_0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2_1\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "2_2\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "9_0\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "9_1\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "9_2\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] }, { "name": "stdout", "output_type": "stream", "text": [ "9_4\n", "9_5\n" ] }, { "name": "stderr", "output_type": "stream", "text": [ "/tmp/ipykernel_35908/477179734.py:4: UserWarning: this is an initial implementation of Parquet/Feather file support and associated metadata. This is tracking version 0.1.0 of the metadata specification at https://github.com/geopandas/geo-arrow-spec\n", "\n", "This metadata specification does not yet make stability promises. We do not yet recommend using this in a production setting unless you are able to rewrite your Parquet/Feather files.\n", "\n", "To further ignore this warning, you can do: \n", "import warnings; warnings.filterwarnings('ignore', message='.*initial implementation of Parquet.*')\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n" ] } ], "source": [ "for t in types:\n", " df = chip_bds[chip_bds[\"signature_type\"] == t].compute()\n", " n = 50_000 if len(df) > 50_000 else len(df)\n", " df.sample(n=n, random_state=42).to_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n", " print(t)" ] }, { "cell_type": "code", "execution_count": 8, "id": "628d70c8-15e3-41f6-93b7-139c53fa2820", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
\n", "
\n", "
\n", "

Client

\n", "

Client-b04e3f2f-cc6a-11ec-8c44-75a5a04dacd0

\n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "
Connection method: Cluster objectCluster type: distributed.LocalCluster
\n", " Dashboard: http://127.0.0.1:8787/status\n", "
\n", "\n", " \n", "
\n", "

Cluster Info

\n", "
\n", "
\n", "
\n", "
\n", "

LocalCluster

\n", "

9255e55a

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", "\n", " \n", "
\n", " Dashboard: http://127.0.0.1:8787/status\n", " \n", " Workers: 16\n", "
\n", " Total threads: 16\n", " \n", " Total memory: 125.54 GiB\n", "
Status: runningUsing processes: True
\n", "\n", "
\n", " \n", "

Scheduler Info

\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", "

Scheduler

\n", "

Scheduler-47069bd0-a500-473b-83ec-771ed12c985d

\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
\n", " Comm: tcp://127.0.0.1:38699\n", " \n", " Workers: 16\n", "
\n", " Dashboard: http://127.0.0.1:8787/status\n", " \n", " Total threads: 16\n", "
\n", " Started: Just now\n", " \n", " Total memory: 125.54 GiB\n", "
\n", "
\n", "
\n", "\n", "
\n", " \n", "

Workers

\n", "
\n", "\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 0

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:33511\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:43321/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:40007\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-r3janrla\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 1

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:37275\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:45791/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:32909\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-b5l2sxld\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 2

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:38481\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:39569/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:36173\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-prtl0jos\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 3

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:43355\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:38199/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:36395\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-9yv9y83f\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 4

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:35869\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:44597/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:46375\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-vherqhs9\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 5

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:36835\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:37957/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:32937\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-lacz516f\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 6

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:40365\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34245/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:38651\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-chjx7ejy\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 7

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:40069\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:40185/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:38093\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-_qwzgqch\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 8

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:42995\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:40601/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:37615\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-yov29qc7\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 9

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:33509\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34461/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:35023\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-w3y4hop3\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 10

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:38725\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34375/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:35339\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-sgefjz6x\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 11

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:36625\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:40889/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:35879\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-i8fmne07\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 12

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:37871\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:40673/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:43413\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-fwrre9jd\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 13

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:43107\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:34685/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:37959\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-cgbyi2k_\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 14

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:45631\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:37735/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:46425\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-bbcm82iy\n", "
\n", "
\n", "
\n", "
\n", " \n", "
\n", "
\n", "
\n", "
\n", " \n", "

Worker: 15

\n", "
\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "\n", " \n", "\n", " \n", "\n", "
\n", " Comm: tcp://127.0.0.1:41225\n", " \n", " Total threads: 1\n", "
\n", " Dashboard: http://127.0.0.1:39435/status\n", " \n", " Memory: 7.85 GiB\n", "
\n", " Nanny: tcp://127.0.0.1:36903\n", "
\n", " Local directory: /home/jovyan/work/signature_ai/create_chips/dask-worker-space/worker-qo4x6r0e\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
\n", "\n", "
\n", "
\n", "
\n", "
\n", " \n", "\n", "
\n", "
" ], "text/plain": [ "" ] }, "execution_count": 8, "metadata": {}, "output_type": "execute_result" } ], "source": [ "client.restart()" ] }, { "cell_type": "markdown", "id": "1b8ff124-fa4f-4a12-8cb3-90c8d9a95e8f", "metadata": { "tags": [] }, "source": [ "### Create TIF chips sampled from the mosaic." ] }, { "cell_type": "code", "execution_count": 9, "id": "b221299d-648c-47d4-9182-253a4ffe9c8e", "metadata": {}, "outputs": [], "source": [ "specs = {\n", " 'chip_size': 64,\n", " 'bands': [1, 2, 3], #RGB\n", " 'mosaic_p': (\n", " '/home/jovyan/work/urbangrammar_samba/'\n", " 'ghs_composite_s2/GHS-composite-S2.vrt'\n", " ),\n", " 'folder': (\n", " '/home/jovyan/work/chips_gb/64/all/'\n", " ),\n", "}" ] }, { "cell_type": "code", "execution_count": 10, "id": "7d0edc9f-390e-4549-a652-6a4e496d141c", "metadata": { "tags": [] }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "0_0\n", "1_0\n", "3_0\n", "4_0\n", "5_0\n", "6_0\n", "7_0\n", "8_0\n", "2_0\n", "2_1\n", "2_2\n", "9_0\n", "9_1\n", "9_2\n", "9_4\n", "9_5\n" ] } ], "source": [ "for t in types:\n", " df = geopandas.read_parquet(f\"/home/jovyan/work/chips_gb/temp/chip_bounds_per_type/{t}.parquet\")\n", " centroid = df.centroid\n", " df['X'] = centroid.x.astype(int)\n", " df['Y'] = centroid.y.astype(int)\n", " tools.spilled_bag_of_chips(df, specs, npartitions=16)\n", " print(t)" ] }, { "cell_type": "markdown", "id": "ac06e2fb-ae50-4e73-bbee-5976ffc9fc00", "metadata": { "tags": [] }, "source": [ "### Split into train, validation and secret." ] }, { "cell_type": "code", "execution_count": 11, "id": "368fe4f7-2f75-481c-8c1f-5d9a9fb16170", "metadata": { "collapsed": true, "jupyter": { "outputs_hidden": true }, "tags": [] }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "e421245a27914013b2757f7c8468c5ed", "version_major": 2, "version_minor": 0 }, "text/plain": [ " 0%| | 0/35000 [00:00 50_000:\n", " to_drop.append(list(train_chips[mask].sample(frac=1).iloc[35000:].index))\n", "drop_train = list(chain(*to_drop))\n", "train_chips_limited = train_chips.drop(drop_train, axis=0)" ] }, { "cell_type": "code", "execution_count": null, "id": "b1dd8f1f-811d-4e8a-b96d-c8ab91bc11da", "metadata": {}, "outputs": [], "source": [ "to_drop = []\n", "for t in validation_chips.signature_type.unique():\n", " mask = validation_chips.signature_type == t\n", " if mask.sum() > 7500:\n", " to_drop.append(list(validation_chips[mask].sample(frac=1).iloc[7500:].index))\n", "drop_validation = list(chain(*to_drop))\n", "validation_chips_limited = validation_chips.drop(drop_validation, axis=0)\n", "\n", "to_drop = []\n", "for t in secret_chips.signature_type.unique():\n", " mask = secret_chips.signature_type == t\n", " if mask.sum() > 7500:\n", " to_drop.append(list(secret_chips[mask].sample(frac=1).iloc[7500:].index))\n", "drop_secret = list(chain(*to_drop))\n", "secret_chips_limited = secret_chips.drop(drop_secret, axis=0)" ] }, { "cell_type": "markdown", "id": "311240af-cd9d-46d7-96ac-052616ed0018", "metadata": {}, "source": [ "divide overrepresented signature types into subsets and combine with the rest" ] }, { "cell_type": "code", "execution_count": null, "id": "572a4b18-8c62-4d18-b76f-cdf1da1dea9a", "metadata": {}, "outputs": [], "source": [ "polygons_within = dask_geopandas.read_parquet(\"/home/jovyan/work/chips_gb/temp/chip_bounds/\")\n", "overrepresented_chips = polygons_within[~polygons_within[\"signature_type\"].isin(['6_0', '9_0', '9_1', '9_2', '9_4', '9_5'])].compute()" ] }, { "cell_type": "code", "execution_count": null, "id": "b025c2e5-ba93-4384-ba31-6027614c8bc7", "metadata": {}, "outputs": [], "source": [ "randomized = overrepresented_chips.sample(frac=1, random_state=42)\n", "\n", "for t in ['0_0', '1_0', '3_0', '4_0', '5_0', '7_0', '8_0', '2_0', '2_1', '2_2']:\n", " subset = randomized[randomized.signature_type == t].iloc[:50_000]\n", " total = subset.shape[0]\n", " train_chips_limited = train_chips_limited.append(subset.iloc[\n", " :int(total * split[0])\n", " ])\n", " validation_chips_limited = validation_chips_limited.append(subset.iloc[\n", " int(total * split[0]):int(total * (split[0] + split[1]))\n", " ])\n", " secret_chips_limited = secret_chips_limited.append(subset.iloc[\n", " int(total * (split[0] + split[1])):\n", " ])" ] }, { "cell_type": "code", "execution_count": null, "id": "06298217-9622-413a-9ac0-31c2e6c549fa", "metadata": { "tags": [] }, "outputs": [], "source": [ "train_chips_limited.to_parquet(\"/home/jovyan/work/chips_gb/8/slided_train_50k.pq\")\n", "validation_chips_limited.to_parquet(\"/home/jovyan/work/chips_gb/8/slided_validation_50k.pq\")\n", "secret_chips_limited.to_parquet(\"/home/jovyan/work/chips_gb/8/slided_secret_50k.pq\")" ] }, { "cell_type": "markdown", "id": "8a433ea8-de53-464b-9a73-7ca0bf8669dd", "metadata": {}, "source": [ "sample Sentinel and dump TIFs to disk" ] }, { "cell_type": "code", "execution_count": null, "id": "ee70c7c4-343d-4c65-ab55-a4ce1d9226ae", "metadata": { "tags": [] }, "outputs": [], "source": [ "specs[\"folder\"] = '/home/jovyan/work/chips_gb/8_shuffled/train/'\n", "\n", "centroid = train_chips_limited.centroid\n", "train_chips_limited['X'] = centroid.x.astype(int)\n", "train_chips_limited['Y'] = centroid.y.astype(int)\n", "tools.spilled_bag_of_chips(train_chips_limited, specs, npartitions=14)" ] }, { "cell_type": "code", "execution_count": null, "id": "f7e5b0e8-e539-4ff4-8ec2-9b9d7cbfd966", "metadata": {}, "outputs": [], "source": [ "client.restart()" ] }, { "cell_type": "code", "execution_count": null, "id": "ac832ba0-bcbf-424a-9991-1a7985b35b60", "metadata": { "tags": [] }, "outputs": [], "source": [ "specs[\"folder\"] = '/home/jovyan/work/chips_gb/8_shuffled/validation/'\n", "\n", "centroid = validation_chips_limited.centroid\n", "validation_chips_limited['X'] = centroid.x.astype(int)\n", "validation_chips_limited['Y'] = centroid.y.astype(int)\n", "tools.spilled_bag_of_chips(validation_chips_limited, specs, npartitions=14)" ] }, { "cell_type": "code", "execution_count": null, "id": "4e96ac8e-20b6-4d80-b9de-efb8a47931f3", "metadata": { "tags": [] }, "outputs": [], "source": [ "client.restart()" ] }, { "cell_type": "code", "execution_count": null, "id": "b520dc08-0a5d-428d-8b27-91acbf63ce25", "metadata": { "tags": [] }, "outputs": [], "source": [ "specs[\"folder\"] = '/home/jovyan/work/chips_gb/8_shuffled/secret/'\n", "\n", "centroid = secret_chips_limited.centroid\n", "secret_chips_limited['X'] = centroid.x.astype(int)\n", "secret_chips_limited['Y'] = centroid.y.astype(int)\n", "tools.spilled_bag_of_chips(secret_chips_limited, specs, npartitions=14)" ] }, { "cell_type": "markdown", "id": "da285a40-887b-4c7b-b510-0352dc608e67", "metadata": {}, "source": [ "TODO: check if they're alright" ] }, { "cell_type": "code", "execution_count": null, "id": "2ccc08ab-2489-4a3f-a1e8-70b79f717379", "metadata": {}, "outputs": [], "source": [ "import xyzservices\n", "\n", "train_chips_limited[~train_chips_limited[\"signature_type\"].isin([\"0_0\", \"4_0\", \"7_0\"])].iloc[:10000].explore(\"signature_type\", style_kwds=dict(fill=False),cmap=\"tab20\", prefer_canvas=True,\n", " tiles=xyzservices.TileProvider.from_qms(\"EOX::Maps - Sentinel-2 cloudless\")(max_zoom=22))" ] }, { "cell_type": "code", "execution_count": null, "id": "dd33a032-24ad-4f7b-8ebb-196468ec5352", "metadata": {}, "outputs": [], "source": [ "client.shutdown()" ] }, { "cell_type": "code", "execution_count": null, "id": "4dea17ce-055e-4f15-9dfe-4c204ec093fe", "metadata": {}, "outputs": [], "source": [ "train_chips_limited[~train_chips_limited[\"signature_type\"].isin([\"0_0\", \"4_0\", \"7_0\"])]." ] }, { "cell_type": "code", "execution_count": null, "id": "786325b3-7bcc-4cdd-a675-5cbd53a2c7a8", "metadata": {}, "outputs": [], "source": [ "for path in glob.glob('/home/jovyan/work/chips_gb/8_shuffled/train/*'):\n", " print(f\"{path}: {len(glob.glob(path + '/*.tif'))}\")" ] }, { "cell_type": "code", "execution_count": null, "id": "7809838a-f113-44fd-8a06-95c21bcc0a6f", "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.9.7" } }, "nbformat": 4, "nbformat_minor": 5 }